toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
assets.interfaces.IAsset
Namespace
IAsset
Functions
Properties
Properties
interface
Link copied to clipboard
val
interface
:
text
=
"com.myneighboralice.IAsset"
Functions
assert_owner_of
Link copied to clipboard
function
assert_owner_of
(
account_id
:
byte_array
,
instance
:
instance
)
assert_owner_of_id
Link copied to clipboard
function
assert_owner_of_id
(
account_id
:
byte_array
,
id
:
byte_array
)
dependencies
Link copied to clipboard
function
dependencies
(
)
:
list
<
dclass
>
fetch_all_by_account
Link copied to clipboard
function
fetch_all_by_account
(
account
:
account
)
:
list
<
instance
>
get
Link copied to clipboard
function
get
(
)
:
dclass
get_by_id
Link copied to clipboard
function
get_by_id
(
id
:
byte_array
)
:
instance
get_original_name
Link copied to clipboard
function
get_original_name
(
instance
:
instance
)
:
text
register
Link copied to clipboard
function
register
(
account
:
account
)